home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 52
/
Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso
/
Aminet
/
util
/
libs
/
ttengine.lha
/
ttengine-4.1
/
Examples
/
Background
/
makefile
< prev
next >
Wrap
Makefile
|
2002-09-29
|
263b
|
12 lines
CF = -c -msmall-code -m68020 -fbaserel
background: background.o startup.o
gcc -o background -nostartfiles -noixemul -msmall-code -fbaserel startup.o background.o
background.o: background.c
gcc $(CF) $<
startup.o: startup.c
gcc $(CF) -fwritable-strings $<